.special-container{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    /* background:linear-gradient(-90deg, rgb(62 61 147) 0%, rgb(211 141 243) 70%); */
    /* padding:1em 3%; */
}
.special-header{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5em;
    padding: 0 20px;
}
.special-header a{
    display: flex;
    align-items: center;
    color: #524f4f;
    font-size: 17px;
}
.special-header a>i{
    margin-right: 10px;
    color: #524f4f;
}
.special-title{
    width: fit-content;
    float: left;
    display: flex;
    align-items: center;
}
.special-title h3{
    float: right;
    margin: 0;
    color: #524f4f;
    display: flex;
    align-items: center;
}
.amazing-slider{
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
    /* margin: 20px 0; */
    /* border: 1px solid white; */
    display:flex;
    border-radius:10px;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
    cursor: grab;
}
.amazing-slider .m-card-ele{
    width: 350px;
    margin: 0em 0.4%;
}
.box-slider{
    border: 1px solid white;
    border-radius: 10px;
    padding: 28px 0px;
    background: linear-gradient(-90deg, rgb(165 194 255) 0%, rgb(243 210 244) 70%);
}
.special-slid{
    width: 100%;
    float: left;
    display: flex;
}
@media only screen and (max-width:700px){
    .amazing-slider .m-card-ele {
        width: 260px;
    }
}
@media only screen and (max-width:500px){
    .amazing-slider .m-card-ele {
        width: 200px;
    }
    .special-container {
        /* padding: 1em 2%; */
    }
    .special-header {
        margin-bottom: 1.5em;
    }
}
@media only screen and (max-width:400px){
    .amazing-slider .m-card-ele {
        width: 270px;
    }
}